high-value message - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

high-value message - перевод на русский

ENGINE FAMILY FROM GENERAL MOTORS
GM High Value Engine; Gm high value engine; LZE; LZG; General Motors High Value engine; High Value engine
  •  LZ4 engine without plastic cover

high-value message      
особо важное сообщение; сообщение высшего уровня секретности особо важное сообщение; сообщение высшего уровня секретности
message passing         
MECHANISM FOR INTERPROCESS COMMUNICATION
Message passing programming; Message Passing; Message-based protocol; Message-passing; Message-based; Message (object-oriented programming); Asynchronous message passing; Synchronous message passing

общая лексика

передача сообщений, обмен сообщениями

один из двух способов организации взаимодействия между параллельными процессами (другой - shared memory)

private message         
MODE OF ELECTRONIC COMMUNICATION
Private messaging; Message (direct); Private Message; Private Messaging; YGPM; Direct message; Personal message
1) частное сообщение 2) конфиденциальное сообщение 1) частное сообщение 2) конфиденциальное сообщение

Определение

message passing
One of the two techniques for communicating between parallel processes (the other being shared memory). A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is usually handled by the run-time support of the language in which the processes are written, or by the operating system. Message passing scales better than shared memory, which is generally used in computers with relatively few processors. This is because the total communications bandwidth usually increases with the number of processors. A message passing system provides primitives for sending and receiving messages. These primitives may by either synchronous or asynchronous or both. A synchronous send will not complete (will not allow the sender to proceed) until the receiving process has received the message. This allows the sender to know whether the message was received successfully or not (like when you speak to someone on the telephone). An asynchronous send simply queues the message for transmission without waiting for it to be received (like posting a letter). A synchronous receive primitive will wait until there is a message to read whereas an asynchronous receive will return immediately, either with a message or to say that no message has arrived. Messages may be sent to a named process or to a named mailbox which may be readable by one or many processes. Transmission involves determining the location of the recipient and then choosing a route to reach that location. The message may be transmitted in one go or may be split into packets which are transmitted independently (e.g. using wormhole routing) and reassembled at the receiver. The message passing system must ensure that sufficient memory is available to buffer the message at its destination and at intermediate nodes. Messages may be typed or untyped at the programming language level. They may have a priority, allowing the receiver to read the highest priority messages first. Some message passing computers are the {MIT J-Machine (http://ai.mit.edu/projects/cva/cva_j_machine.html)}, the {Illinois Concert Project (http://www-csag.cs.uiuc.edu/projects/concert.html)} and transputer-based systems. Object-oriented programming uses message passing between objects as a metaphor for procedure call. (1994-11-11)

Википедия

GM High Value engine

The High Value engine family from General Motors is a group of cam-in-block or "overhead valve" V6 engines. They use the same 60° vee bank as the 60° V6 family they are based on, but the new 99 mm (3.90 in) bore required offsetting the bores by 1.5 mm (0.059 in) away from the engine centerline. These engines (aside from the LX9) are the first cam in block engines to implement variable valve timing, and won the 2006 Breakthrough Award from Popular Mechanics for this innovation. For the 2007 model year, the 3900 engine features optional displacement on demand or "Active Fuel Management" which deactivates a bank of cylinders under light load to increase highway fuel economy. It was rumored GM would produce a 3-valve design, but that never came to be. These engines were produced primarily at the GM factory in Tonawanda, New York and at the Ramos Arizpe engine plant in Mexico. The assembly line for this engine was manufactured by Hirata Corporation at their powertrain facility in Kumamoto, Japan.

As of the 2012 model year, GM no longer sells these motors in any US market vehicles.

Как переводится high-value message на Русский язык